projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d6b639
)
Fix reference to the guide in the docs
author
Aleksey Kladov
<aleksey.kladov@gmail.com>
Sun, 19 Jun 2016 22:42:11 +0000
(
01:42
+0300)
committer
Aleksey Kladov
<aleksey.kladov@gmail.com>
Sun, 19 Jun 2016 22:42:11 +0000
(
01:42
+0300)
Overrides description was moved from the Guide to the Specifying
Dependencies section.
src/doc/config.md
patch
|
blob
|
history
diff --git
a/src/doc/config.md
b/src/doc/config.md
index 25eb25bc6c96e41a546c8b2bc97cb240a798f7e7..9f193cc20451932f058d58e4001f0944a24e037d 100644
(file)
--- a/
src/doc/config.md
+++ b/
src/doc/config.md
@@
-41,7
+41,7
@@
given. Relative paths are resolved relative to the parent directory of the
```toml
# An array of paths to local repositories which are to be used as overrides for
-# dependencies. For more information see the
Cargo G
uide.
+# dependencies. For more information see the
Specifying Dependencies g
uide.
paths = ["/path/to/override"]
[cargo-new]